home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / devel / vbcc-ppc / doc / vprof.doc < prev    next >
Text File  |  1999-01-01  |  771b  |  34 lines

  1.  
  2. INTRODUCTION
  3.  
  4.     vprof is a portable utility to visualize the profiling informations,
  5.     which are usually stored in the file "mon.out".
  6.     It shows the percentage of total time spent in a function, the
  7.     total time in seconds, the number of function calls and the time
  8.     by call in ms.
  9.  
  10.  
  11. LEGAL
  12.  
  13.     vprof is freeware.
  14.  
  15.  
  16. USAGE
  17.  
  18.     vprof [mon.out]
  19.  
  20.     If the profiling file has another name than "mon.out", you may
  21.     specify it as an argument to vprof.
  22.  
  23.     Some vbcc code generators are able to create profiling information
  24.     by compiling with the -prof option (vbccm68k, for example).
  25.  
  26.  
  27. BUGS
  28.  
  29.     The percentage column is still not working and will always
  30.     display "n.a.".
  31.  
  32.  
  33. Frank Wille                                              frank@phoenix.owl.de
  34.